home *** CD-ROM | disk | FTP | other *** search
/ Skunkware 5 / Skunkware 5.iso / src / X11 / Fresco / build / Unix / config / cf / moto.cf < prev    next >
Text File  |  1995-07-12  |  1KB  |  47 lines

  1. XCOMM platform:  $XConsortium: moto.cf,v 1.14 94/04/05 18:19:38 converse Exp $
  2.  
  3. #if defined(MotoR3Architecture)
  4.  
  5. #define OSName                 Motorola R32V2/R3V6.2
  6. #define OSMajorVersion         3
  7. #define OSMinorVersion         2
  8.  
  9. #define SystemV            YES
  10. #define BootstrapCFlags        -DSYSV -DMOTOROLA
  11. #define StandardDefines        -DSYSV -DUSG -DMOTOROLA
  12. #define Malloc0ReturnsNull    YES
  13. #define BuildServer        NO
  14. #define UseCCMakeDepend        YES
  15. #define OptimizedCDebugFlags    /* -O */
  16.  
  17. #define DefaultUserPath       :/bin:/usr/bin:$(BINDIR)
  18. #define DefaultSystemPath     /etc:/bin:/usr/bin:$(BINDIR)
  19.  
  20. #endif /* MotoR3Architecture */
  21.  
  22.  
  23. #if defined(MotoR4Architecture)
  24.  
  25. #define OSName            Motorola R40V4
  26. #define OSMajorVersion        4
  27. #define OSMinorVersion        4
  28.  
  29. #define SystemV4        YES
  30. #define BootstrapCFlags        -DSVR4 -DMOTOROLA
  31. #define StandardDefines         -DSVR4 -DMOTOROLA
  32. #define BuildServer        NO
  33.  
  34. #define CppCmd                  /usr/ccs/lib/cpp
  35. #define LdCmd                   /usr/ccs/bin/ld
  36. #define LexCmd                  /usr/ccs/bin/lex
  37. #define MakeCmd                 /usr/ccs/bin/make
  38. #define YaccCmd                 /usr/ccs/bin/yacc
  39. #define CcCmd                   /bin/cc     /* a front-end to gcc/CI5 */
  40. #define DefaultCCOptions                    /* -Xc  no longer needed */
  41.  
  42. #include <sv4Lib.rules>
  43.  
  44. #endif /* MotoR4Architecture */
  45.  
  46. XCOMM operating system:  OSName
  47.